projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9239f5b
)
ARM: OMAP5: clocks: Do not enable sgx clocks
author
Sricharan R
<
[email protected]
>
Thu, 30 May 2013 02:54:31 +0000
(
02:54
+0000)
committer
Tom Rini
<
[email protected]
>
Mon, 10 Jun 2013 12:43:09 +0000
(08:43 -0400)
SGX clocks should be enabled only for OMAP5 ES1.0.
So this can be removed.
Signed-off-by: Sricharan R <
[email protected]
>
Signed-off-by: Lokesh Vutla <
[email protected]
>
arch/arm/cpu/armv7/omap5/hw_data.c
patch
|
blob
|
history
diff --git
a/arch/arm/cpu/armv7/omap5/hw_data.c
b/arch/arm/cpu/armv7/omap5/hw_data.c
index 604fa42b1b6a035851a6c4fb0f705cff132d648b..842cf279c1149727f741c0ceb5c83990914b10ac 100644
(file)
--- a/
arch/arm/cpu/armv7/omap5/hw_data.c
+++ b/
arch/arm/cpu/armv7/omap5/hw_data.c
@@
-383,12
+383,6
@@
void enable_basic_clocks(void)
clk_modules_explicit_en_essential,
1);
- /* Select 384Mhz for GPU as its the POR for ES1.0 */
- setbits_le32((*prcm)->cm_sgx_sgx_clkctrl,
- CLKSEL_GPU_HYD_GCLK_MASK);
- setbits_le32((*prcm)->cm_sgx_sgx_clkctrl,
- CLKSEL_GPU_CORE_GCLK_MASK);
-
/* Enable SCRM OPT clocks for PER and CORE dpll */
setbits_le32((*prcm)->cm_wkupaon_scrm_clkctrl,
OPTFCLKEN_SCRM_PER_MASK);